Adds multiple items to the end of the collection.
public virtual void AddRange(
IEnumerable<T> items
)
Public Overridable Sub AddRange(
ByVal items As IEnumerable(Of T)
)
public:
virtual void AddRange(
IEnumerable<T>^ items
)
items
The IEnumerable<T> of objects to insert. The objects can be null for reference types.
LeadCollection<T> accepts null as a valid value for reference types and allows duplicate items.
This method is essentially InsertRange with the index
parameter set to Count.
This method raises the CollectionChanged event with the Add action.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document